projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df4c57c
)
Adwaita: fix focus for .navigation-sidebar
author
Jakub Steiner
<jimmac@gmail.com>
Thu, 13 Aug 2020 17:40:00 +0000
(19:40 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 13 Aug 2020 20:30:22 +0000
(16:30 -0400)
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 2c30614560bd8021928cb3af9649dcb6b8e62690..8757c83127ee362a1bfa8753d3584e8a3e20c3e8 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-3399,7
+3399,7
@@
placessidebar, .navigation-sidebar {
background-color: desaturate($selected_bg_color,100%);
color: $selected_fg_color;
- &:focus {
+ &:focus
-visible:focus-within
{
outline-width: 0;
color: $selected_fg_color;
background-color: $selected_bg_color;